type golang.org/x/net/http2.noBodyReader

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L2999: var noBody io.ReadCloser = noBodyReader{}
		transport.go#L3001: type noBodyReader struct{}
		transport.go#L3003: func (noBodyReader) Close() error             { return nil }
		transport.go#L3004: func (noBodyReader) Read([]byte) (int, error) { return 0, io.EOF }